.search-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999;
    background: #fff;
    position: fixed;
    max-width: 750px;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.3rem;
    display: none;
    background: #fff;
}

.search-wrapper.show {
    display: block;
}

.search-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-wrapper .search-container .s-left {
    position: relative;
}

.search-wrapper .search-container .s-left input {
    width: 5.84rem;
    height: 0.6rem;
    border: 1px solid #387FFC;
    border-radius: 0.5rem;
    padding: .16rem 0.7rem .16rem .58rem;
    font-size: 0.28rem;
    color: #222;
}

.search-wrapper .search-container .s-left input::-webkit-input-placeholder {
    color: #999;
}

.search-wrapper .search-container .s-left input:focus {
    outline: 0;
}

.search-wrapper .search-container .s-left .icon-search {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    left: .15rem;
    top: .09rem;
}

.search-wrapper .search-container .s-left .icon-clear {
    width: 0.38rem;
    height: 0.38rem;
    position: absolute;
    right: .17rem;
    top: .12rem;
    display: none;
}

.search-wrapper .search-container .s-left .icon-clear.show {
    display: block;
}

.search-wrapper .search-container .s-right {
    font-size: 0.4rem;
    color: #387FFC;
    font-weight: bold;
    padding: 0;
    background: transparent;
}

#submit_btn {
    display: none;
}

.search-content {
    padding-top: 0.4rem;
}

.search-content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-content .no-content {
    height: calc(100vh - 201px);
    border: 1px solid transparent;
}

.search-content .no-content .no-back {
    width: 2.45rem;
    height: 3.09rem;
    margin: 22vh auto 0.4rem;
    background: url("../images/no-search-result1.png") center center no-repeat;
    background-size: 109%;
}

.search-content .no-content p {
    font-size: 0.3rem;
    color: #999;
    text-align: center;
}

.search-content .each-search-result {
    margin: 0 .2rem;
    padding: .3rem 0;
    border-bottom: 1px dotted #E9E9E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-content .each-search-result:last-child {
    border-bottom: 0;
}

.search-content .each-search-result .sc-left {
    width: 2.5rem;
    height: 1.6rem;
    margin-right: 0.16rem;
    border-radius: 5px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: absolute;
    right: 0.1rem;
    
}

.search-content .each-search-result .sc-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 1.6rem;
    width: 4.4rem;
}

.search-content .each-search-result .sc-right .title {
    font-size: 0.32rem;
    color: #222;
    font-weight: bold;
}

.search-content .each-search-result .sc-right .title em {
    color: #F52D2D;
    font-style: normal;
}

.search-content .each-search-result .sc-right .title .red {
    color: #FF3942;
}

.search-content .each-search-result .sc-right .time {
    font-size: 0.24rem;
    color: #777;
}

.search-content .each-search-result .sc-right .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 4.34rem;
}

.search-content .each-search-result .sc-right .tags .each-tag {
    color: #777;
    font-size: 10px;
    padding: .1rem .15rem;
    background: #f6f6f6;
    margin-right: 0.1rem;
    -webkit-text-size-adjust: none;
}

.search-content .each-search-result .sc-right .tags .each-tag:last-child {
    margin-right: 0;
}

.search-content .etc-content {
    position: relative;
    margin-bottom: 0.6rem;
}

.search-content .etc-content .etc-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.search-content .etc-content .etc-title h2 {
    padding-right: 13px;
    font-size: 0.32rem;
    color: #999999;
    font-weight: bold;
    z-index: 10;
    background: #fff;
}

.search-content .etc-content .etc-title:before {
    width: 100%;
    content: '';
    height: 1px;
    background: #F6F6F6;
    left: 0;
    top: 50%;
    position: absolute;
}

.search-content .etc-content .etc-title .history-clear {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.08rem;
    height: 0.46rem;
    background: #F6F6F6;
    color: #999999;
    font-size: 0.28rem;
    font-weight: normal;
    border-left: 0.14rem solid #fff;
}

.search-content .etc-content .a-wra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-content .etc-content .a-wra .each-link {
    max-width: 3.06rem;
    margin-top: 0.6rem;
    font-size: 0.28rem;
    color: #222;
    margin-right: 0.6rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.search-content .etc-content .a-wra.hot .each-link {
    max-width: initial;
    margin-right: 0;
    padding-right: 0.6rem;
}

.search-content .etc-content .a-wra.hot .each-link:last-child {
    padding-right: 0;
}

#history_wra {
    display: none;
}
.warp-sousuo .search-container .s-left input {
    width: 5.4rem;
    height: 0.6rem;
    border: 1px solid #387FFC;
    border-radius: 0.5rem;
    padding: .16rem 0.7rem .16rem .58rem;
    font-size: 0.28rem;
    color: #222;
    margin-left: 0.3rem;
    outline: none;
}
.warp-sousuo .search-container .s-left .icon-search {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    left: .45rem;
    top: .09rem;
}
.warp-sousuo .search-container .s-left .icon-clear {
    width: 0.38rem;
    height: 0.38rem;
    position: absolute;
    right: .17rem;
    top: .12rem;
}
.warp-sousuo .search-container .s-right {
    font-size: 0.4rem;
    color: #387FFC;
    font-weight: bold;
    padding: 0;
    background: transparent;
    /* margin-right: 0.28rem; */
    position: relative;
    right: 0.23rem;
}
.warp-sousuo * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.warp-sousuo .flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sousuoa{
         display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 0.37rem;
    padding-bottom: 0.46rem;
    background: #FFFFFF;
}
.warp-sousuo .left-sousuo{
    position: relative;
    left: -0.3rem;
}
.search-jiantou{
    height:0.4rem ;width: 0.4rem;margin-left: 0.1rem;
}